home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global objlist, objfglist
- if rollOver(44) or rollOver(45) or rollOver(46) or rollOver(47) or rollOver(48) then
- cursor([69, 70])
- else
- cursor(-1)
- end if
- if mouseDown() then
- if (the clickOn < 29) and (the clickOn > 4) then
- set firstcard to the clickOn
- if getAt(objfglist, firstcard - 4) = 1 then
- set thisobj to getAt(objlist, firstcard - 4)
- turnupa(thisobj)
- go("second_card")
- end if
- end if
- end if
- go(the frame)
- end
-